lib: fix doc comment for ostree_repo_get_min_free_space_bytes
authorFelix Krull <f_krull@gmx.de>
Fri, 17 May 2019 19:33:06 +0000 (21:33 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Sun, 19 May 2019 14:50:08 +0000 (14:50 +0000)
Closes: #1861
Approved by: cgwalters

src/libostree/ostree-repo.c

index 9ffa103ff519488fe6b44c801b09c121df6a58ef..9515a110b4c9e953357ff8d7e2619fcfc8ee78f4 100644 (file)
@@ -3466,7 +3466,7 @@ ostree_repo_get_mode (OstreeRepo  *self)
 }
 
 /**
- * ostree_repo_get_min_free_space:
+ * ostree_repo_get_min_free_space_bytes:
  * @self: Repo
  * @out_reserved_bytes: (out): Location to store the result
  * @error: Return location for a #GError
@@ -3576,7 +3576,7 @@ list_loose_objects_at (OstreeRepo             *self,
           if (objtype != OSTREE_OBJECT_TYPE_COMMIT)
               continue;
 
-          /* commit checksum does not match "starting with", do not add to array */     
+          /* commit checksum does not match "starting with", do not add to array */
           if (!g_str_has_prefix (buf, commit_starting_with))
             continue;
         }
@@ -4446,7 +4446,7 @@ ostree_repo_load_variant (OstreeRepo       *self,
  */
 gboolean
 ostree_repo_load_commit (OstreeRepo            *self,
-                         const char            *checksum, 
+                         const char            *checksum,
                          GVariant             **out_variant,
                          OstreeRepoCommitState *out_state,
                          GError               **error)
@@ -6098,10 +6098,10 @@ ostree_repo_get_default_repo_finders (OstreeRepo *self)
 /**
  * ostree_repo_get_bootloader:
  * @self: an #OstreeRepo
- * 
+ *
  * Get the bootloader configured. See the documentation for the
  * "sysroot.bootloader" config key.
- * 
+ *
  * Returns: bootloader configuration for the sysroot
  * Since: 2019.2
  */